home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSENDFILEACTSETUP / TSENDFILEACTSETUP.txt
Text File  |  2004-10-12  |  9KB  |  399 lines

  1. object SendFileActSetup: TSendFileActSetup
  2.   Left = 396
  3.   Top = 246
  4.   BorderStyle = bsDialog
  5.   Caption = 'Watch and Send files'
  6.   ClientHeight = 634
  7.   ClientWidth = 558
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object PageControl1: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 558
  23.     Height = 572
  24.     ActivePage = TabSheet1
  25.     Align = alTop
  26.     TabOrder = 0
  27.     object TabSheet1: TTabSheet
  28.       Caption = 'General'
  29.       object GroupBox1: TGroupBox
  30.         Left = 10
  31.         Top = 10
  32.         Width = 529
  33.         Height = 178
  34.         Caption = 'Watch for files'
  35.         TabOrder = 0
  36.         object Label1: TLabel
  37.           Left = 20
  38.           Top = 34
  39.           Width = 68
  40.           Height = 16
  41.           Caption = 'In directory:'
  42.         end
  43.         object ed_dir: TEdit
  44.           Left = 138
  45.           Top = 30
  46.           Width = 247
  47.           Height = 24
  48.           TabOrder = 0
  49.           Text = 'c:\out\asd'
  50.         end
  51.         object cb_subdir: TCheckBox
  52.           Left = 138
  53.           Top = 69
  54.           Width = 184
  55.           Height = 17
  56.           Caption = 'Include sub-directories'
  57.           Checked = True
  58.           Enabled = False
  59.           State = cbChecked
  60.           TabOrder = 2
  61.         end
  62.         object cb_filemask: TCheckBox
  63.           Left = 20
  64.           Top = 103
  65.           Width = 152
  66.           Height = 18
  67.           Caption = 'File mask'
  68.           TabOrder = 3
  69.         end
  70.         object ed_filemask: TEdit
  71.           Left = 167
  72.           Top = 98
  73.           Width = 345
  74.           Height = 24
  75.           TabOrder = 4
  76.         end
  77.         object cb_nofilemask: TCheckBox
  78.           Left = 20
  79.           Top = 138
  80.           Width = 152
  81.           Height = 17
  82.           Caption = 'Exclude file mask'
  83.           Enabled = False
  84.           TabOrder = 5
  85.         end
  86.         object ed_nofilemask: TEdit
  87.           Left = 167
  88.           Top = 133
  89.           Width = 345
  90.           Height = 24
  91.           Enabled = False
  92.           TabOrder = 6
  93.         end
  94.         object btBrowsOut: TButton
  95.           Left = 394
  96.           Top = 30
  97.           Width = 116
  98.           Height = 32
  99.           Caption = 'Browse...'
  100.           TabOrder = 1
  101.           OnClick = btBrowsOutClick
  102.         end
  103.       end
  104.       object GroupBox2: TGroupBox
  105.         Left = 10
  106.         Top = 197
  107.         Width = 529
  108.         Height = 159
  109.         Caption = 'When a file is sent'
  110.         TabOrder = 1
  111.         object cb_rename: TCheckBox
  112.           Left = 20
  113.           Top = 59
  114.           Width = 145
  115.           Height = 16
  116.           Caption = 'Add extension'
  117.           TabOrder = 1
  118.           OnClick = cb_killClick
  119.         end
  120.         object cb_move: TCheckBox
  121.           Left = 20
  122.           Top = 98
  123.           Width = 145
  124.           Height = 18
  125.           Caption = 'Move to'
  126.           Checked = True
  127.           State = cbChecked
  128.           TabOrder = 4
  129.           OnClick = cb_killClick
  130.         end
  131.         object cb_kill: TCheckBox
  132.           Left = 20
  133.           Top = 30
  134.           Width = 145
  135.           Height = 17
  136.           Caption = 'Delete the file'
  137.           TabOrder = 0
  138.           OnClick = cb_killClick
  139.         end
  140.         object ed_rename: TEdit
  141.           Left = 167
  142.           Top = 54
  143.           Width = 228
  144.           Height = 24
  145.           TabOrder = 2
  146.           Text = 'sent'
  147.         end
  148.         object ed_movedir: TEdit
  149.           Left = 167
  150.           Top = 94
  151.           Width = 228
  152.           Height = 24
  153.           TabOrder = 5
  154.           Text = '\sent'
  155.         end
  156.         object cb_autocreate: TCheckBox
  157.           Left = 167
  158.           Top = 128
  159.           Width = 356
  160.           Height = 17
  161.           Caption = 'Create directory automatically'
  162.           Checked = True
  163.           Enabled = False
  164.           State = cbChecked
  165.           TabOrder = 7
  166.         end
  167.         object btBrowsSend: TButton
  168.           Left = 404
  169.           Top = 91
  170.           Width = 117
  171.           Height = 32
  172.           Caption = 'Browse...'
  173.           TabOrder = 6
  174.           OnClick = btBrowsSendClick
  175.         end
  176.         object bt_recommended: TButton
  177.           Left = 404
  178.           Top = 54
  179.           Width = 115
  180.           Height = 31
  181.           Caption = 'Default'
  182.           TabOrder = 3
  183.           OnClick = bt_recommendedClick
  184.         end
  185.       end
  186.       object GroupBox3: TGroupBox
  187.         Left = 10
  188.         Top = 364
  189.         Width = 529
  190.         Height = 130
  191.         Caption = 'Options'
  192.         TabOrder = 2
  193.         object cb_StopNotFound: TCheckBox
  194.           Left = 20
  195.           Top = 59
  196.           Width = 481
  197.           Height = 17
  198.           Caption = 'Skip subsequent actions when no file was found'
  199.           TabOrder = 0
  200.         end
  201.         object cb_StopIfFound: TCheckBox
  202.           Left = 20
  203.           Top = 89
  204.           Width = 488
  205.           Height = 16
  206.           Caption = 'Skip subsequent actions when a file was found'
  207.           TabOrder = 1
  208.         end
  209.         object cbSeparatePerFile: TCheckBox
  210.           Left = 20
  211.           Top = 30
  212.           Width = 493
  213.           Height = 20
  214.           Caption = 'Send each file in a separate message'
  215.           TabOrder = 2
  216.         end
  217.       end
  218.     end
  219.     object TabSheet2: TTabSheet
  220.       Caption = 'Mailing'
  221.       ImageIndex = 1
  222.       object Label2: TLabel
  223.         Left = 20
  224.         Top = 20
  225.         Width = 78
  226.         Height = 16
  227.         Caption = 'Use account:'
  228.       end
  229.       object gbAddr: TGroupBox
  230.         Left = 20
  231.         Top = 49
  232.         Width = 523
  233.         Height = 129
  234.         Caption = 'Create message for'
  235.         TabOrder = 0
  236.         object cbAddrLink: TRadioButton
  237.           Left = 20
  238.           Top = 27
  239.           Width = 414
  240.           Height = 21
  241.           Caption = '&Linked persons/addresses'
  242.           Checked = True
  243.           TabOrder = 0
  244.           TabStop = True
  245.         end
  246.         object cbAddrTo: TRadioButton
  247.           Left = 20
  248.           Top = 57
  249.           Width = 434
  250.           Height = 21
  251.           Caption = 'Specific &addresses:'
  252.           TabOrder = 1
  253.           OnClick = cbAddrToClick
  254.         end
  255.         object eAddrTo: TEdit
  256.           Left = 49
  257.           Top = 86
  258.           Width = 336
  259.           Height = 24
  260.           Enabled = False
  261.           TabOrder = 2
  262.         end
  263.         object bBrowseAddr: TButton
  264.           Left = 396
  265.           Top = 84
  266.           Width = 112
  267.           Height = 30
  268.           Caption = 'Browse'
  269.           Enabled = False
  270.           TabOrder = 3
  271.           OnClick = bBrowseAddrClick
  272.         end
  273.       end
  274.       object gbTpl: TGroupBox
  275.         Left = 20
  276.         Top = 187
  277.         Width = 523
  278.         Height = 149
  279.         Caption = 'Message content'
  280.         TabOrder = 1
  281.         object cbSpecTpl: TRadioButton
  282.           Left = 20
  283.           Top = 25
  284.           Width = 375
  285.           Height = 21
  286.           Caption = 'Specific &template'
  287.           Checked = True
  288.           TabOrder = 0
  289.           TabStop = True
  290.           OnClick = cbSpecTplClick
  291.         end
  292.         object bEditTpl: TButton
  293.           Left = 396
  294.           Top = 20
  295.           Width = 109
  296.           Height = 30
  297.           Caption = 'Edit'
  298.           TabOrder = 1
  299.           OnClick = bEditTplClick
  300.         end
  301.         object cbQTpl: TRadioButton
  302.           Left = 20
  303.           Top = 54
  304.           Width = 355
  305.           Height = 21
  306.           Caption = 'Use &Quick Template'
  307.           TabOrder = 2
  308.         end
  309.         object cbQT: TComboBox
  310.           Left = 39
  311.           Top = 76
  312.           Width = 466
  313.           Height = 24
  314.           Style = csDropDownList
  315.           Enabled = False
  316.           ItemHeight = 16
  317.           TabOrder = 3
  318.         end
  319.         object cbAttachLinks: TCheckBox
  320.           Left = 20
  321.           Top = 118
  322.           Width = 483
  323.           Height = 21
  324.           Caption = 'Attach linked documents'
  325.           TabOrder = 4
  326.         end
  327.       end
  328.       object cbAction: TRadioGroup
  329.         Left = 20
  330.         Top = 345
  331.         Width = 523
  332.         Height = 80
  333.         Caption = 'Action'
  334.         Columns = 2
  335.         ItemIndex = 0
  336.         Items.Strings = (
  337.           'Send immediately'
  338.           'Queue in the Outbox'
  339.           'Open in the Message Editor'
  340.           'Save as draft in the Outbox')
  341.         TabOrder = 2
  342.       end
  343.       object cbUser: TComboBox
  344.         Left = 121
  345.         Top = 15
  346.         Width = 416
  347.         Height = 24
  348.         Style = csDropDownList
  349.         ItemHeight = 16
  350.         TabOrder = 3
  351.       end
  352.       object cbSeparate: TCheckBox
  353.         Left = 30
  354.         Top = 443
  355.         Width = 493
  356.         Height = 21
  357.         Caption = 'Create separate message for each addressee'
  358.         TabOrder = 4
  359.       end
  360.       object cbConnect: TCheckBox
  361.         Left = 30
  362.         Top = 473
  363.         Width = 493
  364.         Height = 21
  365.         Caption = 'Connect to the &Internet if needed'
  366.         TabOrder = 5
  367.       end
  368.       object cbDisconnect: TCheckBox
  369.         Left = 30
  370.         Top = 502
  371.         Width = 493
  372.         Height = 21
  373.         Caption = '&Disconnect when all sessions finished'
  374.         TabOrder = 6
  375.       end
  376.     end
  377.   end
  378.   object bCancel: TButton
  379.     Left = 423
  380.     Top = 591
  381.     Width = 122
  382.     Height = 31
  383.     Cancel = True
  384.     Caption = 'Cancel'
  385.     ModalResult = 2
  386.     TabOrder = 1
  387.   end
  388.   object bOK: TButton
  389.     Left = 286
  390.     Top = 591
  391.     Width = 121
  392.     Height = 31
  393.     Caption = '&OK'
  394.     Default = True
  395.     ModalResult = 1
  396.     TabOrder = 2
  397.   end
  398. end
  399.